@charset "utf-8";
/*通用*/
.container {width:1180px; margin:0 auto;}
.lf   {float:left;}
.rt  {float:right;}
.clear  {clear:both;}

::selection { color: #fff; background-color: #f00; }
::-moz-selection { color: #fff; background-color: #f00; }
::-webkit-selection { color: #fff; background-color: #f00; }
::-webkit-scrollbar { width: 8px; height: 8px; background-color: #F5F5F5; }
::-webkit-scrollbar-track { border-radius: 10px; background-color: #E2E2E2; }
::-webkit-scrollbar-thumb { border-radius: 10px; -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3); background-color: #555; }
* { padding: 0; margin: 0; font-family: "Arial", 'Microsoft YaHei', arial, helvetica, clean, sans-serif; }
body { font: 14px/1.231 "Arial", 'Microsoft YaHei', arial, helvetica, clean, sans-serif; color: #333; margin: 0; line-height: 1.5; }
:focus { outline: 1; }
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary { display: block; }
a { margin: 0; padding: 0; border: 0; font-size: 100%; vertical-align: baseline; background: transparent; }
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #cccccc; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle; }
li, ul { list-style-type: none; }
img { border: none; }
a { color: #333; font-size: 14px; text-decoration: none; -webkit-transition: all .3s ease-out; transition: all .3s ease-out; }
a:link, a:hover, a:active, a:visited {  text-decoration: none;  }
input, textarea {  outline: 0;  border: 0;  }
textarea {  resize: none;  }
h1, h2, h3, h4, h5, h6, dl, dd, dt, em {  font-weight: normal;  font-style: normal; }


/*header*/
.header{width:100%; }
.header .red{width:100%; height:10px; background-color: #d40000;}
.header .header_box .word ul { padding-top: 5px;}
.header .header_box .word ul li{ float: left; }
.header .header_box .word ul li a{ color: #666; font-size: 12px; }
.header .header_box .word ul li.line1{ padding:0 10px; }
.header .header_box .word_w { background: url("../images/tit.jpg") no-repeat center; width:346px; height:71px; text-align: center; margin-top: 15px;}
.header .header_box .word_w h4{font-size: 18px; font-weight: bold; padding-top: 10px; }
.header .header_box .word_w h5{ font-size: 16px; }
.header .header_box .logo { margin-top: 50px; padding-left:135px; }
.header .header_box .logo img { width:300px; height:60px;}
.header .header_box .tel .phone_n {padding-top: 43px;}
.header .header_box .tel .phone_n h4{ font-size: 16px; text-align: right;}
.header .header_box .tel .phone_n i { font-size: 30px; }
.header .header_box .tel .phone_i { background-color: #d40000; margin-left:10px; height:130px;}
.header .header_box .tel .phone_i img{ width:41px; height:27px; padding:58px 10px 15px; }
/*nav*/
.nav{ background:url("../images/nav-bg.png") repeat-x; position: relative;}
.nav .nav_box li { float: left; width:131px; line-height:84px; height:84px; text-align: center; border-right: 1px solid #ccc; box-sizing: border-box;}
.nav .nav_box li a { display: block; font-size: 14px;}
.nav .nav_box li.on {  border-left: 1px solid #ccc; }
.nav .nav_box li.another { border-bottom: 3px solid #d40000;}
.nav .nav_box li.another a{ color:  #d40000;  }
.nav .nav_box li:hover {  border-bottom: 3px solid #d40000;}
.nav .nav_box li:hover a{ color:  #d40000;  }
.nav .welcome{ position: absolute; top:-7px; left:755px; background: url("../images/welcome.png") no-repeat center; width:396px; height: 34px;  text-align: center;}
.nav .welcome span{ font-size: 12px; color: #999; padding-top: 10px; display: inline-block; }
.fixedNav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}


/*foot*/
.footbg { background:url("../images/foot.png") repeat-x;  height: 282px;}
.footbg .foot .fnav li{ float: left; line-height: 52px; color: #fff; padding-left:32px;}
.footbg .foot .fnav li a{ font-size: 14px; color: #fff;}

.footbg .foot .foot1 img { width: 229px; height:107px;  padding-top: 65px;}

.footbg .foot  .foot2 { color: #fff;  padding-left:60px; text-align: center; padding-top: 40px; font-size: 14px;}
.footbg .foot  .foot2 h2 { font-size: 14px;}
.footbg .foot  .foot2 h2 a{ color: #fff; line-height: 30px; float: left;}
.footbg .foot  .foot2 p { line-height: 30px;}
.footbg .foot  .foot2 p span { margin-left:10px; }
.footbg .foot  .foot2 p a { color: #fff; margin-left:10px;}

.footbg .foot .foot3 img { width: 120px; height:120px;   padding-top: 65px;}












